cursor position c#

74

c# set cursor pos -

use System.Runtime.InteropServices;

[DllImport("user32.dll")]
static extern bool SetCursorPos(int X, int Y);

Comments

Submit
0 Comments